Update vulnerabilities infobar text to invoke Copilot#7206
Closed
Update vulnerabilities infobar text to invoke Copilot#7206
Conversation
Contributor
|
@martinrrm can you add a screenshot of what this looks like? |
jebriede
reviewed
Mar 12, 2026
| <data name="InfoBar_HyperlinkFixVulnerabilitiesWithCopilot" xml:space="preserve"> | ||
| <value>Fix with GitHub Copilot</value> | ||
| <comment>Do not translate GitHub or Copilot</comment> | ||
| <value>Fix</value> |
Contributor
There was a problem hiding this comment.
The request asks for updated wording and for a sparkle icon to appear next to “Fix.” I only see .resx changes in this PR, so it appears to update the wording only and does not introduce the icon next to or as part of the hyperlink. Is that correct?
Contributor
Author
Contributor
There was a problem hiding this comment.
We talked offline. What we discussed:
- The first step is to investigate if the InfoBar can support an image or custom XAML.
- If not, file an issue against the InfoBar APIs and link it as a blocker for this issue.
The wording should be updated only when the sparkle icon can be added to the hyperlink.
|
Seems important to clearly indicate when GitHub Copilot will be used. Not sure why the sparkle icon is important enough to delay this PR, design language can't trump transparency in this case right? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/3587
Description
Update infobar to the recommended text
PR Checklist
[ ] Added tests